home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / unexpand.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  2.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. UNEXPAND(1L)      Misc. Reference Manual Pages       UNEXPAND(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      unexpand - convert spaces to tabs
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      uuuunnnneeeexxxxppppaaaannnndddd [-tab1[,tab2[,...]]] [-t tab1[,tab2[,...]]] [-a] [-
  13.      - tabs=tab1[,tab2[,...]]]  [ - - all]  [ --help] [--version]
  14.      [file...]
  15.  
  16. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.      This manual page documents  the  GNU  version  of  uuuunnnneeeexxxxppppaaaannnndddd.
  18.      uuuunnnneeeexxxxppppaaaannnndddd  writes  the  contents  of  each given file, or the
  19.      standard input if none are given or when a file named `-' is
  20.      given,  to  the standard output, with strings of two or more
  21.      space or tab characters converted to as many tabs as  possi-
  22.      ble  followed  by as many spaces as are needed.  By default,
  23.      uuuunnnneeeexxxxppppaaaannnndddd converts only initial spaces and tabs  (those  that
  24.      precede  all  non space or tab characters) on each line.  It
  25.      preserves backspace characters in the output; they decrement
  26.      the column count for tab calculations.  By default, tabs are
  27.      set at every 8th column.
  28.  
  29.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  30.      -, -_t, --_t_a_b_s _t_a_b_1[,_t_a_b_2[,...]]
  31.           If only one tab stop is given, set the tabs _t_a_b_1 spaces
  32.           apart  instead  of  the  default 8.  Otherwise, set the
  33.           tabs at columns _t_a_b_1, _t_a_b_2, etc. (numbered from 0)  and
  34.           leave   spaces  and  tabs  beyond  the  tabstops  given
  35.           unchanged.  If the tabstops are specified with the  - _t
  36.           or   - -_t_a_b_s option, they can be separated by blanks as
  37.           well as by commas.  This option implies the -_a option.
  38.  
  39.      -_a, --_a_l_l
  40.           Convert all strings of two or more spaces or tabs,  not
  41.           just initial ones, to tabs.
  42.  
  43.      --_h_e_l_p
  44.           Print a usage message and exit with a non-zero status.
  45.  
  46.      --_v_e_r_s_i_o_n
  47.           Print version information on standard output then exit.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.